System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Values Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private ICollection<ICollection<TValue>> IDictionary<TKey, ICollection<TValue>>.Values{ get;}
Visual Basic (Declaration)
Private ReadOnly Property System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Values As ICollection(Of ICollection(Of TValue)) Implements IDictionary(Of TKey, ICollection(Of TValue)).Values
Visual C++
private:
virtual property ICollection<ICollection<TValue>^>^ System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Values {
	ICollection<ICollection<TValue>^>^ get () sealed = IDictionary<TKey, ICollection<TValue>^>::Values::get;
}

See Also